home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office german / EXCEL.DE-DE / EXCELLR.CAB / SOLVER.XLAM_1031 / customui / customui.xml
Extensible Markup Language  |  2006-10-10  |  881b  |  12 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui" xmlns:excelAddin="http://schemas.microsoft.com/office/2006/excel/addins">
  3.     <ribbon>
  4.         <tabs>
  5.             <tab idMso="TabData">
  6.                 <group idQ="excelAddin:groupExcelAddins"  label="Analyse" insertAfterMso="GroupOutline">
  7.                     <button insertBeforeQ="excelAddin:spacer" id="btnSolver" getLabel="solver.xlam!GetSolverLabel" image="rId1" onAction="solver.xlam!MainEx" size="normal" screentip="Solver" supertip="Der Solver ist ein Was-w├ñre-wenn-Analysetool f├╝r die Suche nach dem optimalen Wert einer Zielzelle. Die Analyse erfolgt durch das ├ändern von Werten in Zellen, die zur Berechnung der Zielzelle verwendet werden."/>
  8.                 </group>
  9.             </tab>
  10.         </tabs>
  11.     </ribbon>
  12. </customUI>